ASP.NET Core MVC コントロールヘルプ
HeaderPath メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ComboBoxBaseBuilder<T,TControl,TBuilder> クラス : HeaderPath メソッド
The value.
Configurates C1.Web.Mvc.ComboBoxBase<T>.HeaderPath. Sets the name of a property to use for getting the value displayed in the control's input element.
シンタックス
'宣言
 
Public Overridable Function HeaderPath( _
   ByVal value As System.String _
) As TBuilder
public virtual TBuilder HeaderPath( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The default value for this property is null, which causes the control to display the same content in the input element as in the selected item of the drop-down list. Use this property if you want to de-couple the value shown in the input element from the values shown in the drop-down list. For example, the input element could show an item's name and the drop-down list could show additional detail.
参照

ComboBoxBaseBuilder<T,TControl,TBuilder> クラス
ComboBoxBaseBuilder<T,TControl,TBuilder> メンバ